home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5987 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  763 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q:BC++ 4.5]: 32-bit BASM allowed?
  5. Date: Wed, 07 Feb 1996 19:36:52 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4fautc$b12@btree.brooktree.com>
  8. References: <4f488c$ad4@falcon.ccs.uwo.ca>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10. X-Newsreader: Forte Free Agent v0.46
  11.  
  12. jcastell@quark.physics.uwo.ca (Jonathan Castellanes) wrote:
  13.  
  14. >Does Borland C++ 4.5 allow for 32-bit ASM instructions (using BASM and _not_ 
  15. >an external ASM like TASM)?
  16. No, unfortunately you will need TASM32 ( TASM package sells for no
  17. more then $99 ) if you are doing 32bit development and TASM for 16
  18. bit. For 16 bit you will need to use #pragma inline
  19.  
  20. Cheers, Alex
  21.  
  22.